home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AGA Toolkit '97
/
The AGA Toolkit '97.iso
/
text
/
fonttools
/
ate
/
installate
< prev
next >
Wrap
Text File
|
1996-09-07
|
874b
|
31 lines
echo "Welcome to the ATE Beta 4D Installer."
echo "If asked to insert PSFonts: just hit CANCEL."
if not exists LIBS:post.library
cpu check FPU
if warn
copy libs/post.library libs:post.library
else
copy libs/post.library.2620 libs:post.library
endif
endif
if not exists PSFonts:
makedir fonts:PSFonts
assign PSFonts: fonts:PSFonts
if exists S:User-Startup
join S:User-Startup user-startup-append as S:New-Startup
rename S:User-Startup S:User-Startup.old
rename S:New-Startup S:User-Startup
else
copy user-startup-append S:User-Startup
endif
endif
copy all PSFonts/#? PSFonts:
if not exists PSFonts:init.ps
copy init.ps PSFonts:
endif
copy all fonts/#? FONTS:
copy ATEbeta4d#? SYS:WBStartup/
echo "*NATE installation complete. Start ATE by clicking on the"
echo "icon in WBStartup, or restart your Amiga.*N"